home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_TOOLS / DLSNIFF.ZIP / SNIFFDLL.TXT < prev   
Encoding:
Text File  |  1992-10-06  |  1.9 KB  |  35 lines

  1. DLL Sniffer v1.0    for VisualBasic/Win
  2. ----------------
  3.  
  4. Ever arrived at a customer's with a gleaming, wonderful, absolutely bug-free new
  5. program you wrote, only to find that you couldn't run it because you forgot
  6. this itty-bitty little (but oh-so-relevant) .DLL at home? No more frustrating
  7. experiences: DLL Sniffer is a quick & dirty program which will sniff out all
  8. Declare's for external Subs and Functions (those loaded from DLL's and system
  9. libraries) in your source code and list them.
  10.  
  11. Just click the "Sniff..." button. You'll be presented with a standard open dialog
  12. (uses CMDIALOG.VBX, included, and COMMDLG.DLL, included with Windows 3.1, which
  13. should be in the program's directory, your path or the \WINDOWS\SYSTEM directory).
  14. You can select any .BAS (VB modules), .GLO (global modules) or .TXT files which you
  15. think might contain Declare statements. Multiple files can be selected by Shift-clicking
  16. (for contiguous selection) or Cntrl-clicking (for non-contiguous selection). All files
  17. need to be plain-vanilla text files (don't even _think_ of selecting .FRM or .MAK files).
  18.  
  19. I threw this program together quickly as a tool for myself, and if you find it
  20. useful - well: go ahead, use it. DLL Sniffer v1.0 is JokeWare, which means it's
  21. (c) 1992 by Dave Th. Hutmacher, Zurich/Switzerland, CIS 100012,74, but you're free
  22. to use it on a non-commercial basis. All I ask is to receive your favorite joke via
  23. E-mail. All disclaimers apply <g> and I can't be held responsible if all the clocks
  24. in your house start going backwards after using DLL Sniffer for the first time.
  25.  
  26. Planned Version 1.1 improvements:
  27. ---------------------------------
  28. If anyone can give me a hint on the format of VB's .MAK files, I'll write the
  29. addition to dig through .MAK's to find out what .VBX files need to be included for
  30. program distribution. I mean: now that we have the .DLL problem under wraps...
  31.  
  32.  
  33. Dave Th. Hutmacher
  34. CIS 100012,74
  35.